qt4-designer software package provides graphical designer for Qt 4 applications, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install qt4-designer
qt4-designer is installed in your system.
Make ensure the qt4-designer package were installed using the commands given below,
$ sudo dpkg-query -l | grep qt4-designer *
You will get with qt4-designer package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Development |
| Package | qt4-designer |
| Version | 4:4.8.5+git192-g085f851+dfsg-2 |
| Description | graphical designer for Qt 4 applications |
| Sub Section | devel |